home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Visual C++ Utilities / PE Explorer / PEXSETUP.EXE / {app} / pexplorer.chm / help.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-04-24  |  675 b   |  43 lines

  1. BODY {
  2.     background-color : White;
  3.     color : Black;
  4. }
  5. H3 {
  6.     
  7.     font: bold medium Tahoma;
  8.  
  9. }
  10. P {
  11.     font: x-small Tahoma;
  12.     text-align : justify;
  13.     margin-right: 10px;
  14.     margin-left: 5px;
  15.     
  16. }
  17. p.mid {
  18.         font: x-small Tahoma;
  19.         text-align : center;
  20.         margin-right: 10px;
  21.         margin-left: 5px;
  22.  
  23. }
  24. p.copy {
  25.         font: x-small Tahoma;
  26.         text-align : left;
  27.         margin-right: 10px;
  28.         margin-left: 5px;
  29.  
  30. }
  31.  
  32.  
  33. p.tip {
  34.         background-color : #FFFFCC;
  35.         border : 1px solid black;
  36.         clear : both;
  37.         color : black;
  38.         margin-left : 10%;
  39.         padding : 6px 6px;
  40.         width : 90%;
  41. }
  42.  
  43.